MESCIUS.ActiveReports.Core.Rendering Assembly / GrapeCity.ActiveReports.Drawing Namespace / MatrixEx Class / TransformPoints Method / TransformPoints(Matrix3x2,PointF[]) Method
Transformation matrix.
An array of points to transform.

In This Topic
TransformPoints(Matrix3x2,PointF[]) Method
In This Topic
Applies a geometric transform represented by the System.Numerics.Matrix3x2 to the provided points.
Syntax
'Declaration
 
Public Overloads Shared Sub TransformPoints( _
   ByVal matrix As Matrix3x2, _
   ByVal points() As PointF _
) 
 

Parameters

matrix
Transformation matrix.
points
An array of points to transform.
See Also